This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
~Denise Minnibergobu 5.Oct.02 05:18 PM a Web browser Domino Server6.0Windows NT
There seems to be a problem with the JVM processing
the java.library.path correctly.
I have servlets that access DB2. The classes
in DB2JAVA.zip make calls into the db2
libraries available in c:\sqllib\bin\db2jdbc.dll
When an attempt to use DB2 is made, the error
is noted on the console for
UnsatisfiedLinkError db2jdbc.dll not found in
java.library.path
All this worked fine in 5.09a. Below is my
java.library.path, as logged from the running
JVM in the Domino server. As you can clearly
see, c:\sqllib\bin is in the path. The only
resolution was to put db2jdbc.dll in the
d:\lotus\domino directory.
This is NOT good, as it indicates a problem
with how Domino6 implements the JVM. Very
worrysome.